Storage Domain
StorageDomain represents Storage protocol domain request/response operations and events that can be captured.
This API is marked as experimental in protocol definition and can change in the future.
Functions
cacheStorageContentUpdated
Link copied to clipboard
fun cacheStorageContentUpdated(): Flowable<CacheStorageContentUpdatedEvent>
Content copied to clipboard
cacheStorageListUpdated
Link copied to clipboard
clearCookies
Link copied to clipboard
fun clearCookies(input: ClearCookiesRequest): Single<RequestResponseFrame>
Content copied to clipboard
clearDataForOrigin
Link copied to clipboard
fun clearDataForOrigin(input: ClearDataForOriginRequest): Single<RequestResponseFrame>
Content copied to clipboard
description
Link copied to clipboard
events
Link copied to clipboard
getCookies
Link copied to clipboard
getDependencies
Link copied to clipboard
getTrustTokens
Link copied to clipboard
getUsageAndQuota
Link copied to clipboard
fun getUsageAndQuota(input: GetUsageAndQuotaRequest): Single<GetUsageAndQuotaResponse>
Content copied to clipboard
indexedDBContentUpdated
Link copied to clipboard
indexedDBListUpdated
Link copied to clipboard
overrideQuotaForOrigin
Link copied to clipboard
fun overrideQuotaForOrigin(input: OverrideQuotaForOriginRequest): Single<RequestResponseFrame>
Content copied to clipboard
setCookies
Link copied to clipboard
trackCacheStorageForOrigin
Link copied to clipboard
fun trackCacheStorageForOrigin(input: TrackCacheStorageForOriginRequest): Single<RequestResponseFrame>
Content copied to clipboard
trackIndexedDBForOrigin
Link copied to clipboard
fun trackIndexedDBForOrigin(input: TrackIndexedDBForOriginRequest): Single<RequestResponseFrame>
Content copied to clipboard
untrackCacheStorageForOrigin
Link copied to clipboard
fun untrackCacheStorageForOrigin(input: UntrackCacheStorageForOriginRequest): Single<RequestResponseFrame>
Content copied to clipboard
untrackIndexedDBForOrigin
Link copied to clipboard
fun untrackIndexedDBForOrigin(input: UntrackIndexedDBForOriginRequest): Single<RequestResponseFrame>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard